From f70153040a796b046470cb110a179db4837569ae Mon Sep 17 00:00:00 2001 From: robertl Date: Sat, 2 Sep 2006 22:51:54 +0000 Subject: [PATCH] Document some of the more esoteric configure flags. --- xmldoc/chapters/build.xml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/xmldoc/chapters/build.xml b/xmldoc/chapters/build.xml index 704577195..1bfe7dc28 100644 --- a/xmldoc/chapters/build.xml +++ b/xmldoc/chapters/build.xml @@ -24,5 +24,29 @@ Linux, Solaris, and a variety of processors and compilers. Expat is strongly recommended for source builds as it is required for reading all the XML formats such as GPX. + + libusb +is recommended for OS/X and Linux if you want to use a USB Garmin. + +There are additional flags that can be passed to configure to + customize your build of GPSBabel. ./configure --help lists all the supported options, but additionally we have: + + + Excludes the shapefile support. + + + Excludes the Palm database support and all formats that rely on it. + + + Excludes all support for our something-separated formats. + + + Excludes all filter support. + + + Disables use of libusb, even it's it's available. + + + By default, we use our own version of zlib. Ify ou specify the system zlib is used. A value of (or --without-zlib) disables zlib. -- 2.30.2